-- background: 2639 from stack: in -- bmap block id: 3226 -- flags: 0000 -- background id: 0 -- name: -- part 1 (field) -- low flags: 81 -- high flags: 2001 -- rect: left=304 top=86 right=336 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Copyright ----- HyperTalk script ----- on Mouseup hide field "Copyright" end Mouseup -- part 2 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=194 top=119 right=141 bottom=294 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Call ----- HyperTalk script ----- on mouseUp visual effect iris open set lockscreen to true go to next card domenu New Card set lockscreen to false end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=197 top=171 right=193 bottom=297 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Report ----- HyperTalk script ----- on mouseUp set lockScreen to true go next card doMenu Print Report... ask "Do you wish to delete the Phone log cards from this stack" with "Yes" if it <> "yes" then go first card exit MouseUp end if get the number of cards repeat (it - 2) times go last card doMenu Delete Card end repeat set lockScreen to false end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=198 top=225 right=247 bottom=298 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect zoom close push card go home end mouseUp